Upgrade metrics-core to 4.0.5 There are only a few changes between 4.0.3 and 4.0.5 and most of them are housekeeping. There is only one that appears to be a code fix, and it's trivial: badd714a Avolid boxing some Longs (#1354) So this upgrade is only to keep up to date with the latest version. Change-Id: Ia45dfcbeeeccbd09bda77b0e692568c76e9a99e4
diff --git a/WORKSPACE b/WORKSPACE index 7fdf023..6fdda56 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -595,8 +595,8 @@ maven_jar( name = "dropwizard-core", - artifact = "io.dropwizard.metrics:metrics-core:4.0.3", - sha1 = "bb562ee73f740bb6b2bf7955f97be6b870d9e9f0", + artifact = "io.dropwizard.metrics:metrics-core:4.0.5", + sha1 = "b81ef162970cdb9f4512ee2da09715a856ff4c4c", ) # When updating Bouncy Castle, also update it in bazlets.